Class symantec.itools.db.beans.brl.DataBusItemColMember
All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class symantec.itools.db.beans.brl.DataBusItemColMember

Object
   |
   +----symantec.itools.db.beans.brl.DataBusItemColMember

public class DataBusItemColMember
extends Object
implements DataBoundColMember
Class which describes the data item on the databus and input to the derived/validated column

Version:
1.00 08/14/98
Author:
Puru Balakrishnan

Constructor Index

 o symantec.itools.db.beans.brl.DataBusItemColMember(String, int, int)
Constructor
 o symantec.itools.db.beans.brl.DataBusItemColMember(String, int, int, int)
Constructor

Method Index

 o getAliasName()
get the alias name
 o getBindName()
Get the data binding name
 o getColumnName()
get the column name
 o getDataType()
Method to return the datatype as an integer.
 o getMemberIndex()
Method to return the member index for the member
 o getQueryNavObj()
get the Query Navigator object This method will return a valid value only if it is of type QUERYNAV_DATASOURCE
 o getSourceType()
get the source type
 o getStatus()
get status
 o getValue()
Method to return the value
 o setBindName(String)
set the data binding name
 o setDataType(int)
Method to set the data type.
 o setMemberIndex(int)
Set the member index
 o setSourceType(int)
set the source type
 o setStatus(int)
set status
 o setValue(Object)
set the value
 o toString()
Method to return the String description

Constructors

 o DataBusItemColMember
public DataBusItemColMember(String bindName,
                            int type,
                            int source)
Constructor

 o DataBusItemColMember
public DataBusItemColMember(String bindName,
                            int type,
                            int source,
                            int index)
Constructor

Methods

 o getAliasName
public java.lang.String getAliasName()
get the alias name

Returns:
String
 o getBindName
public java.lang.String getBindName()
Get the data binding name

Returns:
String
 o getColumnName
public java.lang.String getColumnName()
get the column name

Returns:
String
 o getDataType
public int getDataType()
Method to return the datatype as an integer. Integer values are specified in java.sql.Types.java

Returns:
integer
 o getMemberIndex
public int getMemberIndex()
Method to return the member index for the member

Returns:
int
 o getQueryNavObj
public symantec.itools.db.beans.binding.QueryNavigator getQueryNavObj()
get the Query Navigator object This method will return a valid value only if it is of type QUERYNAV_DATASOURCE

Returns:
QueryNavigator
 o getSourceType
public int getSourceType()
get the source type

Returns:
int
 o getStatus
public int getStatus()
get status

Returns:
int
 o getValue
public java.lang.Object getValue()
Method to return the value

Returns:
Object
 o setBindName
public void setBindName(String name)
set the data binding name

Parameters:
name - Databinding name
 o setDataType
public void setDataType(int type)
Method to set the data type.

Parameters:
type - Data type
 o setMemberIndex
public void setMemberIndex(int index)
Set the member index

Parameters:
index - Member index
 o setSourceType
public void setSourceType(int type)
set the source type

Parameters:
type - Data source type
 o setStatus
public void setStatus(int value)
set status

Parameters:
value - Status of the member
 o setValue
public void setValue(Object val)
set the value

Parameters:
val - Value
 o toString
public java.lang.String toString()
Method to return the String description

Returns:
String
Overrides:
toString in class Object

All Packages  Class Hierarchy  This Package  Previous  Next  Index